SByteNINumericSByteNRemainder Method
Computes the remainder after dividing the current value by the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
SByteN INumeric<SByteN>.Remainder(
SByteN value
)
Private Function Remainder (
value As SByteN
) As SByteN Implements INumeric(Of SByteN).Remainder
private:
virtual SByteN Remainder(
SByteN value
) sealed = INumeric<SByteN>::Remainder
private abstract Remainder :
value : SByteN -> SByteN
private override Remainder :
value : SByteN -> SByteN
- value SByteN
- The value as the divisor.
SByteNThe remainder after dividing the current value by
value.
INumericTSelfRemainder(TSelf)